home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / WriteUp.app / English.lproj / WriteUp.nib / data.classes next >
Text File  |  1994-12-14  |  3KB  |  172 lines

  1. ENXImage = {
  2.     SUPERCLASS = NXImage;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     new:;
  7.     changeFontAttribute:;
  8.     toggleGuides:;
  9.     setMenuFontSize:;
  10.     viewPage:;
  11.     setParagraphDefaultFont:;
  12.     toggleInfoBar:;
  13.     revert:;
  14.     toggleMarkers:;
  15.     jumpToSelection:;
  16.     saveMarkup:;
  17.     showGuides:;
  18.     processTextMarkup:;
  19.     changeColor:;
  20.     saveAll:;
  21.     saveAsTemplate:;
  22.     print:;
  23.     loadMarkup:;
  24.     showObjectLinks:;
  25.     sendToBack:;
  26.     makeNatural:;
  27.     saveAs:;
  28.     undelete:;
  29.     pasteAndLink:;
  30.     place:;
  31.     toggleFontMetrics:;
  32.     insertMergeToken:;
  33.     showLicensePanel:;
  34.     insertPageBreak:;
  35.     findPrevious:;
  36.     showInfoPanel:;
  37.     runMergeData:;
  38.     gotoPage:;
  39.     bringToFront:;
  40.     miniaturizeAll:;
  41.     undo:;
  42.     save:;
  43.     saveTo:;
  44.     findNext:;
  45.     insertPageNumber:;
  46.     changeCase:;
  47.     showGraphics:;
  48.     showLinksPanel:;
  49.     findEnterSelection:;
  50.     changeAlignment:;
  51.     setMenuAlign:;
  52.     popForward:;
  53.     ungroup:;
  54.     toggleTextMarkers:;
  55.     insertTime:;
  56.     open:;
  57.     runWordCountPanel:;
  58.     showCharacterSetPanel:;
  59.     unlock:;
  60.     unlockAll:;
  61.     pushBackward:;
  62.     toggleRulers:;
  63.     alignSelJustify:;
  64.     runGotoPage:;
  65.     close:;
  66.     inspect:;
  67.     redo:;
  68.     newFromTemplate:;
  69.     insertDate:;
  70.     openTemplate:;
  71.     };
  72.     SUPERCLASS = Object;
  73. };
  74. EMatrix = {
  75.     SUPERCLASS = Matrix;
  76. };
  77. WriteUp = {
  78.     ACTIONS = {
  79.     appDidInit:;
  80.     saveTo:;
  81.     };
  82.     OUTLETS = {
  83.     };
  84.     SUPERCLASS = PasteUp;
  85. };
  86. ENXColorPanel = {
  87.     SUPERCLASS = NXColorPanel;
  88. };
  89. PasteUp = {
  90.     ACTIONS = {
  91.     appWillTerminate:;
  92.     openTemplate:;
  93.     open:;
  94.     runColumnsInspector:;
  95.     runLineEditor:;
  96.     saveAll:;
  97.     runGraphicStyles:;
  98.     setParagraphInspector:;
  99.     new:;
  100.     runPages:;
  101.     runSuggest:;
  102.     appDidBecomeActive:;
  103.     runAlignment:;
  104.     runLinksPanel:;
  105.     setColumnsInspector:;
  106.     inspect:;
  107.     saveAs:;
  108.     close:;
  109.     runSpellCheck:;
  110.     setPlacementInspector:;
  111.     runParaStyles:;
  112.     saveAsTemplate:;
  113.     runPageLayout:;
  114.     closeAllPanels:;
  115.     runFind:;
  116.     setGraphicsInspector:;
  117.     revert:;
  118.     save:;
  119.     runPreferences:;
  120.     appDidInit:;
  121.     newFromTemplate:;
  122.     runFontPanel:;
  123.     showCharacterSetPanel:;
  124.     };
  125.     OUTLETS = {
  126.     paragraphInspector;
  127.     suggestionPanel;
  128.     unitsInfo;
  129.     preferences;
  130.     stylesPanel;
  131.     graphicsInspector;
  132.     docTypeScroll;
  133.     styleInfo;
  134.     gotoPagesPanel;
  135.     columnsInspector;
  136.     mainPageView;
  137.     infoPanel;
  138.     findPanel;
  139.     graphicStylesPanel;
  140.     keymappings;
  141.     inspectorPanel;
  142.     spellPanel;
  143.     characterSetPanel;
  144.     moveByPanel;
  145.     linksPanel;
  146.     font;
  147.     paragraphStylesPanel;
  148.     pagesPanel;
  149.     preferencesPanel;
  150.     alignmentPanel;
  151.     toolbar;
  152.     deletePagesPanel;
  153.     collapsePagesPanel;
  154.     zoomPanel;
  155.     tabsPanel;
  156.     linksInfo;
  157.     importPanel;
  158.     placementInspector;
  159.     undoInfo;
  160.     fontAccessory;
  161.     pageNumberFormatPanel;
  162.     lineEditorPanel;
  163.     printAccessory;
  164.     addPagesPanel;
  165.     preferencesDelegate;
  166.     strings;
  167.     registrationPanel;
  168.     pageLayoutAccessory;
  169.     };
  170.     SUPERCLASS = Object;
  171. };
  172.